home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / EDITORS / WPMDX112.ZIP;1 / WPMDX.DOC < prev    next >
Encoding:
Text File  |  1992-07-24  |  2.5 KB  |  84 lines

  1. WPMDX.EXE 1.12 7/24/92
  2. WordPerfect 5.1 for DOS Macro Description Extractor
  3. Copyright (c) 1992 by Stan Mulder
  4.  
  5. PURPOSE
  6. WPMDX.EXE extracts the description part of a WordPerfect 5.1 DOS macro.  It
  7. creates a list of sorted filenames followed by their descriptions.  Output
  8. can be sent to the screen, file or printer.  Example output:
  9.  
  10. FILENAME     -> DESCRIPTION
  11. ALTD.WPM     -> Go to list files with options; no save
  12. ALTE.WPM     -> Edit a Code
  13. ALTF.WPM     -> Font List
  14. ALTI.WPM     -> Italics
  15. ALTP.WPM     -> Save document by overwriting/no exit
  16. ALTQ.WPM     -> Quit WordPerfect w/o saving anything
  17. ALTR.WPM     -> Replace Size, Attribute, or Text.
  18. ALTU.WPM     -> Uppercase the current cursor position
  19. ALTX.WPM     -> Various routines
  20. ALTZ.WPM     ->
  21. BCMRG.WPM    -> Parse variable "ZIP" for POSTNET barcod
  22. CADD.WPM     -> set up cadd sheet
  23. CALC.WPM     -> Pop-Up Calculator
  24. CCM.WPM      -> Creates columned list of character maps
  25. CEO21.WPM    -> Count every occurence of every word
  26. COUNT.WPM    -> Macro to count strings
  27. DATEDOC.WPM  -> Names document with the current date
  28.  
  29. ... etc.
  30.  
  31.  
  32.  
  33. USAGE:
  34.   WPMDX.EXE [macro directory\filename.wpm]
  35.     
  36.   Display to screen:
  37.     WPMDX.EXE c:\wp51\macros\*.wpm
  38.   
  39.   Display one screen at a time:
  40.     WPMDX.EXE c:\wp51\macros\*.wpm | MORE
  41.     
  42.   Output to a file:
  43.     WPMDX.EXE c:\wp51\macros\*.wpm > filename
  44.  
  45.   Display only macros that start with "M":
  46.     WPMDX.EXE c:\wp51\macros\m*.wpm
  47.   
  48.   Output to a printer:
  49.     WPMDX.EXE c:\wp51\macros\*.wpm > lpt1
  50.     
  51.   Display only macros with one character in the filename:
  52.     WPMDX.EXE c:\wp51\macros\?.wpm
  53.  
  54.   Executing WPMDX by itself will produce a help screen.
  55.  
  56.  
  57. USING THE TEXT OUPUT WITH OTHER WP MACROS
  58. Tip: Once imported into WordPerfect, the "->" can be used as a macro search
  59. spec.  When the search fails, you know you've processed all the files and
  60. descriptions.  Of course you could also use the .WPM in each filename as a
  61. search spec.
  62.  
  63.  
  64. NOTES
  65. This program may not be resold in any way whatsoever, but may be distributed
  66. as shareware as long as no modifications are made to the files.  No warranty
  67. is made as to the fitness or useability of this program.  
  68.  
  69. WPMDX.EXE was written in QuickBasic 4.5
  70.  
  71. Send any comments or enhancement requests to the below CompuServe ID or PO
  72. Box address.  I hope you enjoy WPMDX.EXE.
  73.  
  74.   Stan Mulder
  75.   PO Box 2375
  76.   Winter Haven, FL  33883-2375
  77.   USA
  78.   
  79.   CompuServe: 73447,561
  80.  
  81. REVISION
  82. 1.12 Stopped extraction of description when first byte was nulled.
  83.  
  84. 1.11 First released version.